Skip to content

Add LPD-YuNet evaluation script on CCPD - #317

Open
Himesh-rupchandani wants to merge 5 commits into
opencv:mainfrom
Himesh-rupchandani:eval/lpd-yunet
Open

Add LPD-YuNet evaluation script on CCPD#317
Himesh-rupchandani wants to merge 5 commits into
opencv:mainfrom
Himesh-rupchandani:eval/lpd-yunet

Conversation

@Himesh-rupchandani

@Himesh-rupchandani Himesh-rupchandani commented Aug 26, 2026

Copy link
Copy Markdown

Adds an evaluation script for LPD-YuNet on the public CCPD2019 test set.

Related to #119 (License Plate Detection / LPD-YuNet / Need Contribution).

Claimed accuracy

LPD-YuNet’s model card and the original contributor (watrix.ai) do not publish a claimed number. Maintainer guidance on #119 was to pick a public Chinese-plate dataset and report OpenCV DNN accuracy.

This PR uses the official CCPD detection protocol (Xu et al., ECCV 2018, https://github.com/detectRecog/CCPD):

  • each image has one plate
  • the detector outputs one box (highest score)
  • a box is correct iff IoU > 0.7
  • report precision on DB, Blur, FN, Rotate, Tilt, Challenge and on their union (Overall; the paper labels this column AP)
  • ccpd_base is train/val and is not scored

Paper baselines (CCPD detection table, IoU > 0.7):

Overall DB Blur FN Rotate Tilt Challenge
Faster-RCNN 84.98 66.73 81.59 76.45 94.42 88.19 89.82
SSD300 86.99 72.90 87.06 74.84 96.53 91.86 90.06
YOLOv3-320 87.23 71.34 82.19 82.44 96.69 89.17 91.46

Measured accuracy (OpenCV DNN)

Numbers will be added after a full run on CCPD2019 official test subsets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant